summaryrefslogtreecommitdiffstats
path: root/kig/modes/typesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kig/modes/typesdialog.h')
-rw-r--r--kig/modes/typesdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kig/modes/typesdialog.h b/kig/modes/typesdialog.h
index 2e914bcd..8275b653 100644
--- a/kig/modes/typesdialog.h
+++ b/kig/modes/typesdialog.h
@@ -39,13 +39,14 @@ class KigDocument;
class TypesDialog : public TypesDialogBase
{
Q_OBJECT
+ TQ_OBJECT
// necessary because some MacroList functions need it..
KigPart& mpart;
const KIconLoader* il;
TQPopupMenu* popup;
public:
- TypesDialog( TQWidget* parent, KigPart& );
+ TypesDialog( TQWidget* tqparent, KigPart& );
~TypesDialog();
public slots: