summaryrefslogtreecommitdiffstats
path: root/kdat/BackupProfileWidget.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:25:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:25:18 +0000
commitaa3a1ca934bc541bddd3fa136a85f106f7da266e (patch)
tree9ad0b795aed8fa4ac30c2fe0fd1aacb8175714c0 /kdat/BackupProfileWidget.h
parentb10cf7066791a2f362495890cd50c984e8025412 (diff)
downloadtdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.tar.gz
tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdat/BackupProfileWidget.h')
-rw-r--r--kdat/BackupProfileWidget.h40
1 files changed, 20 insertions, 20 deletions
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 <ktabctl.h>
-#include <qstrlist.h>
+#include <tqstrlist.h>
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