From aa3a1ca934bc541bddd3fa136a85f106f7da266e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:25:18 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdat/BackupProfileInfoWidget.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kdat/BackupProfileInfoWidget.h') diff --git a/kdat/BackupProfileInfoWidget.h b/kdat/BackupProfileInfoWidget.h index 413cf63..53ca292 100644 --- a/kdat/BackupProfileInfoWidget.h +++ b/kdat/BackupProfileInfoWidget.h @@ -19,23 +19,23 @@ #ifndef _BackupProfileInfoWidget_h_ #define _BackupProfileInfoWidget_h_ -#include +#include class BackupProfileWidget; /** * @short Display/edit information about a backup profile. */ -class BackupProfileInfoWidget : public QWidget { +class BackupProfileInfoWidget : public TQWidget { Q_OBJECT BackupProfile* _backupProfile; - QLineEdit* _name; + TQLineEdit* _name; BackupProfileWidget* _profile; - QPushButton* _apply; + TQPushButton* _apply; bool isModified(); private slots: - void slotTextChanged( const QString & text ); + void slotTextChanged( const TQString & text ); void slotSomethingChanged(); void slotApply(); void slotSetSelection(); @@ -44,7 +44,7 @@ public: /** * Create a new backup profile info widget. */ - BackupProfileInfoWidget( QWidget* parent = 0, const char* name = 0 ); + BackupProfileInfoWidget( TQWidget* parent = 0, const char* name = 0 ); /** * Destroy the backup profile widget. -- cgit v1.2.1