summaryrefslogtreecommitdiffstats
path: root/krename/dsdirselectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krename/dsdirselectdialog.h')
-rw-r--r--krename/dsdirselectdialog.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/krename/dsdirselectdialog.h b/krename/dsdirselectdialog.h
index 55dc573..66cd3ba 100644
--- a/krename/dsdirselectdialog.h
+++ b/krename/dsdirselectdialog.h
@@ -20,16 +20,17 @@
#include <kfiledialog.h>
-class QCheckBox;
-class QLabel;
+class TQCheckBox;
+class TQLabel;
class KComboBox;
-/* A small helper class to allow layout changes in KDirSelectDialog */
+/* A small helper class to allow tqlayout changes in KDirSelectDialog */
class DSDirSelectDialog : public KFileDialog {
Q_OBJECT
+ TQ_OBJECT
public:
- DSDirSelectDialog( QWidget* parent );
+ DSDirSelectDialog( TQWidget* tqparent );
bool recursively() const;
bool hidden() const;
@@ -44,11 +45,11 @@ class DSDirSelectDialog : public KFileDialog {
void slotOk();
private:
- QCheckBox* check;
- QCheckBox* checkHidden;
- QCheckBox* checkDir;
- QCheckBox* checkOnlyDir;
- QLabel* label;
+ TQCheckBox* check;
+ TQCheckBox* checkHidden;
+ TQCheckBox* checkDir;
+ TQCheckBox* checkOnlyDir;
+ TQLabel* label;
};
#endif