diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /kontact/src/sidepanebase.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kontact/src/sidepanebase.h')
-rw-r--r-- | kontact/src/sidepanebase.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kontact/src/sidepanebase.h b/kontact/src/sidepanebase.h index 95378f919..407d98de6 100644 --- a/kontact/src/sidepanebase.h +++ b/kontact/src/sidepanebase.h @@ -21,7 +21,7 @@ #ifndef KONTACT_SIDEPANEBASE_H #define KONTACT_SIDEPANEBASE_H -#include <qvbox.h> +#include <tqvbox.h> namespace KParts { class Part; } @@ -35,13 +35,13 @@ class SidePaneBase : public QVBox { Q_OBJECT public: - SidePaneBase( Core *core, QWidget *parent, const char *name = 0 ); + SidePaneBase( Core *core, TQWidget *parent, const char *name = 0 ); virtual ~SidePaneBase(); void setActionCollection( KActionCollection *actionCollection ); KActionCollection *actionCollection() const; - virtual const QPtrList<KAction> & actions() = 0; + virtual const TQPtrList<KAction> & actions() = 0; signals: void pluginSelected( Kontact::Plugin* ); @@ -63,7 +63,7 @@ class SidePaneBase : public QVBox This is an overloaded member function. It behaves essentially like the above function. */ - virtual void selectPlugin( const QString &name ) = 0; + virtual void selectPlugin( const TQString &name ) = 0; virtual void indicateForegrunding( Kontact::Plugin* ) = 0; protected: |