diff options
Diffstat (limited to 'kaboodle/view.h')
-rw-r--r-- | kaboodle/view.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/kaboodle/view.h b/kaboodle/view.h index f21de905..8ac94db4 100644 --- a/kaboodle/view.h +++ b/kaboodle/view.h @@ -27,11 +27,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <kmediaplayer/player.h> #include <kmediaplayer/view.h> #include <kurl.h> -#include <qevent.h> -#include <qhbox.h> -#include <qlayout.h> -#include <qlcdnumber.h> -#include <qwidget.h> +#include <tqevent.h> +#include <tqhbox.h> +#include <tqlayout.h> +#include <tqlcdnumber.h> +#include <tqwidget.h> #include "controls.h" #include "player.h" @@ -47,7 +47,7 @@ class View : public KMediaPlayer::View Q_OBJECT public: - View(QWidget *parent, const char *name, Player *player); + View(TQWidget *parent, const char *name, Player *player); virtual ~View(void); /** @@ -78,9 +78,9 @@ signals: void adaptSize(int width, int height); private slots: - void updateLabel(const QString &text); - void slotButtonPressed( int, const QPoint &, int state ); - void slotDblClick( const QPoint &, int state ); + void updateLabel(const TQString &text); + void slotButtonPressed( int, const TQPoint &, int state ); + void slotDblClick( const TQPoint &, int state ); void calculateSize(int width, int height); @@ -92,13 +92,13 @@ private: void updateTicks(void); L33tSlider *slider; - QLabel *elapsedLabel; + TQLabel *elapsedLabel; KVideoWidget *video; bool firstVideo; int lastWidth; - QButton *playButton, *pauseButton, *stopButton; + TQButton *playButton, *pauseButton, *stopButton; }; } #endif |