summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/View.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/View.h')
-rw-r--r--kmplot/kmplot/View.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmplot/kmplot/View.h b/kmplot/kmplot/View.h
index 199af7a0..7eb09328 100644
--- a/kmplot/kmplot/View.h
+++ b/kmplot/kmplot/View.h
@@ -67,7 +67,7 @@ enum ZoomMode
class View : public TQWidget, virtual public ViewIface
{
Q_OBJECT
- TQ_OBJECT
+
public:
/// Contructor sets up the parser, too.
View(bool, bool &, KPopupMenu *, TQWidget* parent=NULL, const char* name=NULL );