summaryrefslogtreecommitdiffstats
path: root/kicker/applets/launcher/configdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/applets/launcher/configdlg.h')
-rw-r--r--kicker/applets/launcher/configdlg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/applets/launcher/configdlg.h b/kicker/applets/launcher/configdlg.h
index ff35098d3..e5fdbe34b 100644
--- a/kicker/applets/launcher/configdlg.h
+++ b/kicker/applets/launcher/configdlg.h
@@ -29,13 +29,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
class ConfigDlgBase;
class Prefs;
-class ConfigDlg : public KConfigDialog
+class ConfigDlg : public TDEConfigDialog
{
Q_OBJECT
public:
ConfigDlg(TQWidget *parent, const char *name, Prefs *config, int autoSize,
- KConfigDialog::DialogType dialogType, int dialogButtons);
+ TDEConfigDialog::DialogType dialogType, int dialogButtons);
protected:
virtual bool hasChanged();