summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/kmwbackend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/management/kmwbackend.cpp')
-rw-r--r--tdeprint/management/kmwbackend.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeprint/management/kmwbackend.cpp b/tdeprint/management/kmwbackend.cpp
index cd98a8b07..6fd8cf2dc 100644
--- a/tdeprint/management/kmwbackend.cpp
+++ b/tdeprint/management/kmwbackend.cpp
@@ -33,13 +33,13 @@
#include <kdialog.h>
#include <kdebug.h>
-class KRadioButton : public TQRadioButton
+class TDERadioButton : public TQRadioButton
{
public:
- KRadioButton(const TQString& txt, TQWidget *parent = 0, const char *name = 0);
+ TDERadioButton(const TQString& txt, TQWidget *parent = 0, const char *name = 0);
};
-KRadioButton::KRadioButton(const TQString& txt, TQWidget *parent, const char *name)
+TDERadioButton::TDERadioButton(const TQString& txt, TQWidget *parent, const char *name)
: TQRadioButton(txt,parent,name)
{
setCursor(KCursor::handCursor());
@@ -158,7 +158,7 @@ void KMWBackend::addBackend(int ID, const TQString& txt, bool on, const TQString
}
else
{
- KRadioButton *btn = new KRadioButton(txt, this);
+ TDERadioButton *btn = new TDERadioButton(txt, this);
btn->setEnabled(on);
if ( !whatsThis.isEmpty() )
TQWhatsThis::add( btn, whatsThis );