summaryrefslogtreecommitdiffstats
path: root/lilo-config/qt/InputBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'lilo-config/qt/InputBox.h')
-rw-r--r--lilo-config/qt/InputBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/qt/InputBox.h b/lilo-config/qt/InputBox.h
index f1a5b78..c7f47c1 100644
--- a/lilo-config/qt/InputBox.h
+++ b/lilo-config/qt/InputBox.h
@@ -35,7 +35,7 @@
#include <list>
class InputBox:public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
typedef struct { TQString label; TQString dflt; bool isFile; TQString help; } entry;