diff options
Diffstat (limited to 'filesharing/simple/fileshare.h')
-rw-r--r-- | filesharing/simple/fileshare.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/filesharing/simple/fileshare.h b/filesharing/simple/fileshare.h index d6e8719a..25a2eabe 100644 --- a/filesharing/simple/fileshare.h +++ b/filesharing/simple/fileshare.h @@ -22,11 +22,11 @@ #include <kfileitem.h> #include "kcmodule.h" -class QRadioButton; -class QLabel; -class QBoxLayout; +class TQRadioButton; +class TQLabel; +class TQBoxLayout; class ControlCenterGUI; -class QListViewItem; +class TQListViewItem; class KFileShareConfig : public KCModule { |