From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkdepim/sidebarextension.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libkdepim/sidebarextension.h') diff --git a/libkdepim/sidebarextension.h b/libkdepim/sidebarextension.h index b1f6bccdd..e65d3c94a 100644 --- a/libkdepim/sidebarextension.h +++ b/libkdepim/sidebarextension.h @@ -21,7 +21,7 @@ #ifndef SIDEBAREXTENSION_H #define SIDEBAREXTENSION_H -#include +#include #include class QWidget; @@ -43,21 +43,21 @@ namespace KParts /** * Constucts a SideBarExtension. * - * @param exported A QWidget derived widget that will be provided for the + * @param exported A TQWidget derived widget that will be provided for the * users of SideBarExtension. * @param parent The parent widget. * @param name The name of the class. **/ - SideBarExtension(QWidget *exported, KParts::ReadOnlyPart *parent, const char* name); + SideBarExtension(TQWidget *exported, KParts::ReadOnlyPart *parent, const char* name); ~SideBarExtension(); /** * Retrieve a pointer to the widget. May be 0 if 0 was passed in the constructor **/ - QWidget* widget() const { return m_exported; } + TQWidget* widget() const { return m_exported; } private: - QWidget* m_exported; + TQWidget* m_exported; class SideBarExtensionPrivate; SideBarExtensionPrivate *d; -- cgit v1.2.1