diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:13:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:13:25 -0600 |
commit | 940c092f32d40263ad6b24f948eaf4c48b01e99a (patch) | |
tree | f5235b5c44e8aaedd3484a00551e29993d548590 /kmix/KMixApp.cpp | |
parent | ced2058eaf8e5af831ebc02812a18937ff7e1de3 (diff) | |
download | tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.tar.gz tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kmix/KMixApp.cpp')
-rw-r--r-- | kmix/KMixApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/KMixApp.cpp b/kmix/KMixApp.cpp index 10e7b6ae..40bf6cfb 100644 --- a/kmix/KMixApp.cpp +++ b/kmix/KMixApp.cpp @@ -50,7 +50,7 @@ KMixApp::newInstance() { m_kmix = new KMixWindow; connect(this, TQT_SIGNAL(stopUpdatesOnVisibility()), m_kmix, TQT_SLOT(stopVisibilityUpdates())); - if ( isRestored() && KMainWindow::canBeRestored(0) ) + if ( isRestored() && TDEMainWindow::canBeRestored(0) ) { m_kmix->restore(0, FALSE); } |