diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:56:54 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:56:54 -0600 |
| commit | 28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2 (patch) | |
| tree | f78e2df40f61288477bbd160d7c795918ad298d5 /lib/pluginfactory.h | |
| parent | 8ebd99fc2d3e2429a1030d60ce693b74b8832a40 (diff) | |
| download | kpilot-28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2.tar.gz kpilot-28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2.zip | |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'lib/pluginfactory.h')
| -rw-r--r-- | lib/pluginfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pluginfactory.h b/lib/pluginfactory.h index dbbe2ec..1afdf8c 100644 --- a/lib/pluginfactory.h +++ b/lib/pluginfactory.h @@ -47,7 +47,7 @@ template <class Widget, class Action> class ConduitFactory : public KLibFactory public: ConduitFactory(TQObject *parent = 0, const char *name = 0) : KLibFactory(parent,name) - { fInstance = new KInstance(name); } ; + { fInstance = new TDEInstance(name); } ; virtual ~ConduitFactory() { delete fInstance; } ; @@ -91,7 +91,7 @@ protected: return 0L; } - KInstance *fInstance; + TDEInstance *fInstance; } ; #endif |
