diff options
Diffstat (limited to 'src/entryview.h')
-rw-r--r-- | src/entryview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entryview.h b/src/entryview.h index b5dc3a3..6b3519e 100644 --- a/src/entryview.h +++ b/src/entryview.h @@ -33,7 +33,7 @@ namespace Tellico { * @author Robby Stephenson */ class EntryView : public TDEHTMLPart { -Q_OBJECT +TQ_OBJECT public: @@ -107,7 +107,7 @@ private: // stupid naming on my part, I need to subclass the view to // add a slot. EntryView is really a part though class EntryViewWidget : public TDEHTMLView { -Q_OBJECT +TQ_OBJECT public: EntryViewWidget(TDEHTMLPart* part, TQWidget* parent); public slots: |