summaryrefslogtreecommitdiffstats
path: root/klaptopdaemon/pcmcia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klaptopdaemon/pcmcia.cpp')
-rw-r--r--klaptopdaemon/pcmcia.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/klaptopdaemon/pcmcia.cpp b/klaptopdaemon/pcmcia.cpp
index 4554686..88ee06d 100644
--- a/klaptopdaemon/pcmcia.cpp
+++ b/klaptopdaemon/pcmcia.cpp
@@ -38,7 +38,7 @@
#include "version.h"
PcmciaConfig::PcmciaConfig (TQWidget * parent, const char *name)
- : KCModule(parent, name)
+ : TDECModule(parent, name)
{
TDEAboutData *about =
new TDEAboutData(I18N_NOOP("kcmlaptop"),
@@ -109,7 +109,7 @@ void PcmciaConfig::defaults()
void PcmciaConfig::changed()
{
- emit KCModule::changed(true);
+ emit TDECModule::changed(true);
}