diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:13:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:13:55 -0600 |
commit | 5e6e2fd8352a86fb70f804472a6346868483623a (patch) | |
tree | dfc010a4f5fb5624b094cdb01295591c8879debf /src/gui/dialogs/ConfigureDialog.h | |
parent | 59ff04ffaf48f18383b39ea6da17b8e18b6b50c3 (diff) | |
download | rosegarden-5e6e2fd8352a86fb70f804472a6346868483623a.tar.gz rosegarden-5e6e2fd8352a86fb70f804472a6346868483623a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/dialogs/ConfigureDialog.h')
-rw-r--r-- | src/gui/dialogs/ConfigureDialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/ConfigureDialog.h b/src/gui/dialogs/ConfigureDialog.h index 8709e75..ee4af19 100644 --- a/src/gui/dialogs/ConfigureDialog.h +++ b/src/gui/dialogs/ConfigureDialog.h @@ -30,7 +30,7 @@ class TQWidget; -class KConfig; +class TDEConfig; namespace Rosegarden @@ -45,7 +45,7 @@ class ConfigureDialog : public ConfigureDialogBase public: ConfigureDialog(RosegardenGUIDoc *doc, - KConfig* cfg, + TDEConfig* cfg, TQWidget *parent=0, const char *name=0); signals: |