summaryrefslogtreecommitdiffstats
path: root/krename/datetime.h
diff options
context:
space:
mode:
Diffstat (limited to 'krename/datetime.h')
-rw-r--r--krename/datetime.h45
1 files changed, 23 insertions, 22 deletions
diff --git a/krename/datetime.h b/krename/datetime.h
index 769e4c7..6bb485e 100644
--- a/krename/datetime.h
+++ b/krename/datetime.h
@@ -31,49 +31,50 @@
class KDatePicker;
class KIntSpinBox;
-class QCheckBox;
-class QButtonGroup;
-class QGroupBox;
-class QLabel;
-class QVBoxLayout;
-class QHBoxLayout;
-class QPushButton;
-class QString;
-class QWidget;
+class TQCheckBox;
+class TQButtonGroup;
+class TQGroupBox;
+class TQLabel;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQPushButton;
+class TQString;
+class TQWidget;
class MyDatePlugin: public Plugin {
Q_OBJECT
+ TQ_OBJECT
public:
- const QString getName() const;
- const QString getAccelName() const;
+ const TQString getName() const;
+ const TQString getAccelName() const;
const int type() const;
bool checkError();
- void drawInterface( QWidget* w, QVBoxLayout* l );
+ void drawInterface( TQWidget* w, TQVBoxLayout* l );
void fillStructure();
- QString processFile( BatchRenamer*, int, QString token, int );
+ TQString processFile( BatchRenamer*, int, TQString token, int );
- const QPixmap getIcon() const;
+ const TQPixmap getIcon() const;
private slots:
void changeDT();
protected:
- QCheckBox* checkAccess;
- QCheckBox* checkModification;
+ TQCheckBox* checkAccess;
+ TQCheckBox* checkModification;
KDatePicker* kDate;
- QLabel* labelTime;
+ TQLabel* labelTime;
KIntSpinBox* spinHour;
KIntSpinBox* spinMinute;
KIntSpinBox* spinSecond;
- QPushButton* buttonCurrentDT;
+ TQPushButton* buttonCurrentDT;
- QHBoxLayout* Layout0;
- QVBoxLayout* Layout1;
- QHBoxLayout* Layout2;
+ TQHBoxLayout* Layout0;
+ TQVBoxLayout* Layout1;
+ TQHBoxLayout* Layout2;
struct datevals {
- QDate date; // Date
+ TQDate date; // Date
bool changeModification; // Change modification date
bool changeAccess; // Change access date