summaryrefslogtreecommitdiffstats
path: root/kontact/src/sidepanebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/src/sidepanebase.h')
-rw-r--r--kontact/src/sidepanebase.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kontact/src/sidepanebase.h b/kontact/src/sidepanebase.h
index 95378f91..407d98de 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: