summaryrefslogtreecommitdiffstats
path: root/src/entrywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entrywidget.h')
-rw-r--r--src/entrywidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entrywidget.h b/src/entrywidget.h
index 29da6e7..cdbb9bd 100644
--- a/src/entrywidget.h
+++ b/src/entrywidget.h
@@ -48,7 +48,7 @@ namespace KBibTeX
class EntryWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
friend class EntryWidgetDialog;
@@ -121,7 +121,7 @@ namespace KBibTeX
class EntryWidgetDialog: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
EntryWidgetDialog( TQWidget *parent = 0, const char *name = 0, bool modal = true, const TQString &caption = TQString::null, int buttonMask = Ok | Apply | Cancel ) : KDialogBase( parent, name, modal, caption, buttonMask ) {/* nothing */};
~EntryWidgetDialog() {/* nothing */};