summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/kradioeduca.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca/kradioeduca.cpp')
-rw-r--r--keduca/keduca/kradioeduca.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/keduca/keduca/kradioeduca.cpp b/keduca/keduca/kradioeduca.cpp
index 96792e24..b858cb6d 100644
--- a/keduca/keduca/kradioeduca.cpp
+++ b/keduca/keduca/kradioeduca.cpp
@@ -20,19 +20,19 @@
#include <tqstyle.h>
#include <kaccelmanager.h>
-KRadioEduca::KRadioEduca(TQWidget *parent, const char *name) : TQRadioButton(parent,name)
+TDERadioEduca::TDERadioEduca(TQWidget *parent, const char *name) : TQRadioButton(parent,name)
{
_doc=0;
- KAcceleratorManager::setNoAccel(this);
+ TDEAcceleratorManager::setNoAccel(this);
}
-KRadioEduca::~KRadioEduca()
+TDERadioEduca::~TDERadioEduca()
{
delete _doc;
}
/** reimpl */
-void KRadioEduca::drawButtonLabel( TQPainter *p)
+void TDERadioEduca::drawButtonLabel( TQPainter *p)
{
int x, y, w, h;
int extra_width, indicator_width;