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/BackupProfileWidget.h | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'kdat/BackupProfileWidget.h') diff --git a/kdat/BackupProfileWidget.h b/kdat/BackupProfileWidget.h index 08826b9..945f725 100644 --- a/kdat/BackupProfileWidget.h +++ b/kdat/BackupProfileWidget.h @@ -20,7 +20,7 @@ #define _BackupProfileWidget_h_ #include -#include +#include class QCheckBox; class QComboBox; @@ -35,21 +35,21 @@ class BackupProfile; */ class BackupProfileWidget : public KTabCtl { Q_OBJECT - QLineEdit* _archiveName; - QComboBox* _workingDir; - QListBox* _files; - QCheckBox* _oneFilesystem; - QCheckBox* _incremental; - QLabel* _snapshotLabel; - QLineEdit* _snapshotFile; - QCheckBox* _removeSnapshot; - QStringList _absoluteFiles; - QStringList _relativeFiles; + TQLineEdit* _archiveName; + TQComboBox* _workingDir; + TQListBox* _files; + TQCheckBox* _oneFilesystem; + TQCheckBox* _incremental; + TQLabel* _snapshotLabel; + TQLineEdit* _snapshotFile; + TQCheckBox* _removeSnapshot; + TQStringList _absoluteFiles; + TQStringList _relativeFiles; private slots: - void slotTextChanged( const QString & text ); + void slotTextChanged( const TQString & text ); void slotIncrementalToggled( bool set ); void slotToggled( bool set ); - void slotWorkingDirActivated( const QString & text ); + void slotWorkingDirActivated( const TQString & text ); public: /** * Create a backup profile widget. @@ -59,7 +59,7 @@ public: * @param parent The parent widget of this dialog. * @param name The widget name of this dialog. */ - BackupProfileWidget( QWidget* parent=0, const char* name=0 ); + BackupProfileWidget( TQWidget* parent=0, const char* name=0 ); /** * Destroy the backup profile widget. @@ -78,35 +78,35 @@ public: * * @param files The list. */ - void setAbsoluteFiles( const QStringList& files ); + void setAbsoluteFiles( const TQStringList& files ); /** * Query the name of the archive. * * @return The name of the new archive. */ - QString getArchiveName(); + TQString getArchiveName(); /** * Query the working directory for the tar command. * * @return The working directory. */ - QString getWorkingDirectory(); + TQString getWorkingDirectory(); /** * Query the list of files to backup, relative to the working directory. * * @return The file list. */ - const QStringList& getRelativeFiles(); + const TQStringList& getRelativeFiles(); /** * Query the list of files to backup, with full paths. * * @return The file list. */ - const QStringList& getAbsoluteFiles(); + const TQStringList& getAbsoluteFiles(); /** * Query whether or not to cross filesystem boundaries when performing the @@ -129,7 +129,7 @@ public: * * @return The name of the snapshot file. */ - QString getSnapshotFile(); + TQString getSnapshotFile(); /** * Query whether to remove the snapshot file before beginning an -- cgit v1.2.1