From 28166400a4ac95793e5adb51721722e8656ebe4a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:05:43 -0600 Subject: Remove spurious TQ_OBJECT instances --- kate/insertcommand/plugin_kateinsertcommand.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kate/insertcommand/plugin_kateinsertcommand.h') diff --git a/kate/insertcommand/plugin_kateinsertcommand.h b/kate/insertcommand/plugin_kateinsertcommand.h index c5bd551..5e158f1 100644 --- a/kate/insertcommand/plugin_kateinsertcommand.h +++ b/kate/insertcommand/plugin_kateinsertcommand.h @@ -55,7 +55,7 @@ class PluginKateInsertCommand : public Kate::Plugin, Kate::PluginConfigInterfaceExtension { Q_OBJECT - TQ_OBJECT + public: PluginKateInsertCommand( TQObject* parent = 0, const char* name = 0, const TQStringList& = TQStringList() ); @@ -104,7 +104,7 @@ class PluginKateInsertCommand : public Kate::Plugin, class CmdPrompt : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CmdPrompt(TQWidget* parent=0, const char* name=0, @@ -142,7 +142,7 @@ class WaitDlg : public KDialogBase class InsertCommandConfigPage : public Kate::PluginConfigPage { Q_OBJECT - TQ_OBJECT + friend class PluginKateInsertCommand; public: -- cgit v1.2.1