#!/bin/bash
#----------------------------------------------------------------------
# Description:     Qt 1.xx      Qt 2  > 
#  					  kdevdlg  ---> ui
# Author:   . <tihansky@yandex.ru>
# Created at: Sun Oct 12 00:50:08 MSD 2003
# Computer: localhost.localdomain
# System: Linux 2.4.18-5asp on i686
#    
# Copyright (c) 2003   .  All rights reserved.
#
#----------------------------------------------------------------------


if [ -z "$2" ]; then
	echo -e ""
else
	echo "C  "
	exit 1
fi

if [ -z "$1" ]; then
	echo ": Kdevdlg2ui dialog"
	echo " ( )"
	exit 1
fi

perl $QT_TOOLS/bin/kdevdlg2ui < "$1" > "$(basename $1 .kdevdlg)".ui
