summaryrefslogtreecommitdiffstats
path: root/kcron/ktprintopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktprintopt.h')
-rw-r--r--kcron/ktprintopt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcron/ktprintopt.h b/kcron/ktprintopt.h
index 0ab1810..8523432 100644
--- a/kcron/ktprintopt.h
+++ b/kcron/ktprintopt.h
@@ -40,13 +40,13 @@ public:
~KTPrintOpt();
- void setOptions(const QMap<QString,QString>& options);
- void getOptions(QMap<QString,QString>& options, bool incldef = false);
+ void setOptions(const TQMap<TQString,TQString>& options);
+ void getOptions(TQMap<TQString,TQString>& options, bool incldef = false);
private:
- QCheckBox* chkPrintCrontab;
- QCheckBox* chkPrintAllUsers;
+ TQCheckBox* chkPrintCrontab;
+ TQCheckBox* chkPrintAllUsers;
};
#endif