From a2bae01d006ea8053e85bc16d09a8cf40a4b0b75 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 17 Jun 2011 03:03:11 +0000 Subject: Fix kdewebdev FTBFS under Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237074 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/src/quanta.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'quanta/src/quanta.h') diff --git a/quanta/src/quanta.h b/quanta/src/quanta.h index b10d6480..404a9329 100644 --- a/quanta/src/quanta.h +++ b/quanta/src/quanta.h @@ -56,11 +56,11 @@ class QuantaPluginInterface; class QuantaDoc; class QuantaView; -class TQNewDTEPStuff; -class TQNewToolbarStuff; -class TQNewTemplateStuff; -class TQNewScriptStuff; -class TQNewDocStuff; +class QNewDTEPStuff; +class QNewToolbarStuff; +class QNewTemplateStuff; +class QNewScriptStuff; +class QNewDocStuff; class TQTabWidget; class TQWidgetStack; @@ -644,11 +644,11 @@ protected: // Protected attributes DCOPQuanta *dcopQuanta; KParts::PartManager *m_partManager; ///< the pointer to the part manager TQGuardedPtr m_oldKTextEditor; ///< remembers the last activated GUI - TQNewDTEPStuff *m_newDTEPStuff; - TQNewToolbarStuff *m_newToolbarStuff; - TQNewTemplateStuff *m_newTemplateStuff; - TQNewScriptStuff *m_newScriptStuff; - TQNewDocStuff *m_newDocStuff; + QNewDTEPStuff *m_newDTEPStuff; + QNewToolbarStuff *m_newToolbarStuff; + QNewTemplateStuff *m_newTemplateStuff; + QNewScriptStuff *m_newScriptStuff; + QNewDocStuff *m_newDocStuff; TQDict m_toolbarList; public: //TODO: check if it's worth to make a read method for them -- cgit v1.2.1