summaryrefslogtreecommitdiffstats
path: root/kdat/BackupProfileWidget.h
diff options
context:
space:
mode:
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