diff options
Diffstat (limited to 'languages/cpp/app_templates/konqnavpanel/konqnavpanel.h')
-rw-r--r-- | languages/cpp/app_templates/konqnavpanel/konqnavpanel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/app_templates/konqnavpanel/konqnavpanel.h b/languages/cpp/app_templates/konqnavpanel/konqnavpanel.h index 527be77e..d415b838 100644 --- a/languages/cpp/app_templates/konqnavpanel/konqnavpanel.h +++ b/languages/cpp/app_templates/konqnavpanel/konqnavpanel.h @@ -13,14 +13,14 @@ class %{APPNAME} : public KonqSidebarPlugin { - Q_OBJECT + TQ_OBJECT public: /** * Construct a @ref KonqSidebarPlugin. * - * @param inst The sidebar's kinstance class. + * @param inst The sidebar's tdeinstance class. * @param parent The sidebar internal button info class responsible for this plugin. * @param widgetParent The container which will contain the plugins widget. * @param desktopName The filename of the configuration file. |