diff options
Diffstat (limited to 'lib/kofficecore/KoViewIface.h')
-rw-r--r-- | lib/kofficecore/KoViewIface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/KoViewIface.h b/lib/kofficecore/KoViewIface.h index 1d01af64..c1f3f46e 100644 --- a/lib/kofficecore/KoViewIface.h +++ b/lib/kofficecore/KoViewIface.h @@ -41,12 +41,12 @@ public: // Generate a name for this interface. Automatically used if // the first constructor is used. - static QCString newIfaceName(); + static TQCString newIfaceName(); k_dcop: - DCOPRef action( const QCString &name ); + DCOPRef action( const TQCString &name ); QCStringList actions(); - QMap<QCString,DCOPRef> actionMap(); + TQMap<TQCString,DCOPRef> actionMap(); protected: KoView *m_pView; |