summaryrefslogtreecommitdiffstats
path: root/ksysv/ksvlookandfeel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/ksvlookandfeel.h')
-rw-r--r--ksysv/ksvlookandfeel.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/ksysv/ksvlookandfeel.h b/ksysv/ksvlookandfeel.h
index 5e59a91..7f825cf 100644
--- a/ksysv/ksvlookandfeel.h
+++ b/ksysv/ksvlookandfeel.h
@@ -8,20 +8,20 @@
#define KSVLOOKANDFEEL_H
#include "lookandfeelconfig.h"
-#include <qfont.h>
+#include <tqfont.h>
class KSVLookAndFeel : public LookAndFeel
{
Q_OBJECT
public:
- KSVLookAndFeel( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ KSVLookAndFeel( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~KSVLookAndFeel();
- inline const QFont& serviceFont() const { return mServiceFont; }
- inline const QFont& numberFont() const { return mNumberFont; }
+ inline const TQFont& serviceFont() const { return mServiceFont; }
+ inline const TQFont& numberFont() const { return mNumberFont; }
- void setServiceFont (const QFont& font);
- void setNumberFont (const QFont& font);
+ void setServiceFont (const TQFont& font);
+ void setNumberFont (const TQFont& font);
signals:
void configChanged();
@@ -32,8 +32,8 @@ protected slots:
void slotChanged();
private:
- QFont mServiceFont;
- QFont mNumberFont;
+ TQFont mServiceFont;
+ TQFont mNumberFont;
};
#endif // KSVLOOKANDFEEL_H