diff options
Diffstat (limited to 'juk/filerenamer.h')
-rw-r--r-- | juk/filerenamer.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/juk/filerenamer.h b/juk/filerenamer.h index 66548039..0978a390 100644 --- a/juk/filerenamer.h +++ b/juk/filerenamer.h @@ -28,13 +28,13 @@ #include "playlistitem.h" class ExampleOptionsDialog; -class QCheckBox; -class QLayout; -class QLayoutItem; -class QPushButton; -class QVBox; +class TQCheckBox; +class TQLayout; +class TQLayoutItem; +class TQPushButton; +class TQVBox; class PlaylistItem; -class QSignalMapper; +class TQSignalMapper; // Used to decide what direction the FileRenamerWidget will move rows in. enum MovementDirection { MoveUp, MoveDown }; |