diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:07 -0600 |
commit | e46eba349e7029d919b213b7130086503d1e042e (patch) | |
tree | c99ad6970d22aa80d905a7129d87aa627ae26801 /scripts/fixkdeincludes | |
parent | df726f3e9706e8264827dc1dc8338225c3b6434f (diff) | |
download | tdesdk-e46eba349e7029d919b213b7130086503d1e042e.tar.gz tdesdk-e46eba349e7029d919b213b7130086503d1e042e.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'scripts/fixkdeincludes')
-rw-r--r-- | scripts/fixkdeincludes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fixkdeincludes b/scripts/fixkdeincludes index 67e11156..0585b735 100644 --- a/scripts/fixkdeincludes +++ b/scripts/fixkdeincludes @@ -118,7 +118,7 @@ $hExt = "(h|H|hh|hxx|hpp|h\\+\\+)"; 'kapp.h' => "kapplication.h", 'kstddirs.h' => "kstandarddirs.h", 'kuniqueapp.h' => "kuniqueapplication.h", - 'ktmainwindow.h'=> "kmainwindow.h", + 'ktmainwindow.h'=> "tdemainwindow.h", 'kcolorbtn.h' => "kcolorbutton.h", 'kcolordlg.h' => "kcolordialog.h", 'kxmlgui.h' => "kxmlguifactory.h", |