diff options
Diffstat (limited to 'src/kbibtexshell.h')
-rw-r--r-- | src/kbibtexshell.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/kbibtexshell.h b/src/kbibtexshell.h index b52d577..bbf7a54 100644 --- a/src/kbibtexshell.h +++ b/src/kbibtexshell.h @@ -28,8 +28,8 @@ #include <kapplication.h> #include <kparts/mainwindow.h> -class QWidget; -class QFrame; +class TQWidget; +class TQFrame; class KToggleAction; class KConfig; @@ -40,7 +40,7 @@ class KBibTeXShell : public KParts::MainWindow Q_OBJECT public: - KBibTeXShell( QWidget* parentWidget = 0, const char* name = 0 ); + KBibTeXShell( TQWidget* parentWidget = 0, const char* name = 0 ); virtual ~KBibTeXShell(); @@ -57,7 +57,7 @@ public: void writeConfig(); public: - static QString encoding(); + static TQString encoding(); public slots: void slotAddRecentURL( const KURL& ); @@ -76,11 +76,11 @@ private slots: void applyNewToolbarConfig(); - void slotActionStatusText( const QString &text ); + void slotActionStatusText( const TQString &text ); private: KParts::ReadWritePart *m_part; - QWidget* m_parentWidget; + TQWidget* m_parentWidget; KToggleAction *m_statusbarAction; @@ -94,7 +94,7 @@ private: void initializePart( KParts::ReadWritePart* ); - bool checkExternalToolAvailable( const QString &binary ); + bool checkExternalToolAvailable( const TQString &binary ); }; #endif // _KBIBTEXSHELL_H_ |