summaryrefslogtreecommitdiffstats
path: root/src/app/mainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/mainWindow.h')
-rw-r--r--src/app/mainWindow.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h
index 63d8468..3c2770f 100644
--- a/src/app/mainWindow.h
+++ b/src/app/mainWindow.h
@@ -8,9 +8,9 @@
#include <kmainwindow.h>
class KURL;
-class QLabel;
-class QPopupMenu;
-class QSlider;
+class TQLabel;
+class TQPopupMenu;
+class TQSlider;
namespace Codeine
@@ -35,11 +35,11 @@ namespace Codeine
void captureFrame();
private slots:
- void engineMessage( const QString& );
+ void engineMessage( const TQString& );
void engineStateChanged( Engine::State );
void init();
void showTime( int = -1 );
- void setChannels( const QStringList& );
+ void setChannels( const TQStringList& );
void aboutToShowMenu();
void fullScreenToggled( bool );
@@ -49,22 +49,22 @@ namespace Codeine
bool load( const KURL& );
bool open( const KURL& );
- QPopupMenu *menu( const char *name );
+ TQPopupMenu *menu( const char *name );
- virtual void timerEvent( QTimerEvent* );
- virtual void dragEnterEvent( QDragEnterEvent* );
- virtual void dropEvent( QDropEvent* );
- virtual void keyPressEvent( QKeyEvent* );
+ virtual void timerEvent( TQTimerEvent* );
+ virtual void dragEnterEvent( TQDragEnterEvent* );
+ virtual void dropEvent( TQDropEvent* );
+ virtual void keyPressEvent( TQKeyEvent* );
virtual void saveProperties( KConfig* );
virtual void readProperties( KConfig* );
virtual bool queryExit();
- QSlider *m_positionSlider;
- QLabel *m_timeLabel;
- QLabel *m_titleLabel;
- QWidget *m_analyzer;
+ TQSlider *m_positionSlider;
+ TQLabel *m_timeLabel;
+ TQLabel *m_titleLabel;
+ TQWidget *m_analyzer;
//undefined
MainWindow( const MainWindow& );