aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Riddell <jr@jriddell.org>2014-01-09 18:12:58 +0000
committerJonathan Riddell <jr@jriddell.org>2014-01-09 18:12:58 +0000
commit775755fb53586aa3e1675f784290be986f880773 (patch)
treef6f7edbdabcae0ee3d7dc35077679917317d0323
parentba26d97e6132a460f7c6c5bf89cfc69977866a73 (diff)
downloadkconfig-775755fb53586aa3e1675f784290be986f880773.tar.gz
kconfig-775755fb53586aa3e1675f784290be986f880773.tar.bz2
further rename of kconfig_compiler to kconfig_compiler_kf5
-rw-r--r--CMakeLists.txt2
-rw-r--r--autotests/kconfig_compiler/test1.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test10.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test11.kcfg2
-rw-r--r--autotests/kconfig_compiler/test11.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test11a.kcfg2
-rw-r--r--autotests/kconfig_compiler/test11a.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test2.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test3.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test3a.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test4.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test5.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test6.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test7.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test9.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test_dpointer.kcfgc2
-rw-r--r--autotests/kconfig_compiler/test_signal.kcfg2
17 files changed, 17 insertions, 17 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f9be22de..b794b4b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCONFIG
# Needed for the tests or examples to build correctly
-set(KConfig_KCFGC_EXECUTABLE kconfig_compiler)
+set(KConfig_KCFGC_EXECUTABLE kconfig_compiler_kf5)
include(KF5ConfigMacros.cmake)
add_subdirectory(src)
diff --git a/autotests/kconfig_compiler/test1.kcfgc b/autotests/kconfig_compiler/test1.kcfgc
index 6e0edd36..2c8c096b 100644
--- a/autotests/kconfig_compiler/test1.kcfgc
+++ b/autotests/kconfig_compiler/test1.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
ClassName=Test1
#
# Singleton=false
diff --git a/autotests/kconfig_compiler/test10.kcfgc b/autotests/kconfig_compiler/test10.kcfgc
index 83ac2111..6dc4611b 100644
--- a/autotests/kconfig_compiler/test10.kcfgc
+++ b/autotests/kconfig_compiler/test10.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
File=test10.kcfg
ClassName=Test10
Singleton=true
diff --git a/autotests/kconfig_compiler/test11.kcfg b/autotests/kconfig_compiler/test11.kcfg
index d82e1326..73b2d01f 100644
--- a/autotests/kconfig_compiler/test11.kcfg
+++ b/autotests/kconfig_compiler/test11.kcfg
@@ -103,7 +103,7 @@
<group name="QueueRates">
<entry name="queueRate$(QueueIndex)" type="IntList" key="EmptyingRate $(QueueIndex)">
- <!-- kconfig_compiler really should do this for me... -->
+ <!-- kconfig_compiler_kf5 really should do this for me... -->
<code> QList&lt; QList&lt;int&gt; &gt; defaultRate;
QList&lt; int &gt; defaultRateInit;
diff --git a/autotests/kconfig_compiler/test11.kcfgc b/autotests/kconfig_compiler/test11.kcfgc
index 2b6fee15..f54591f8 100644
--- a/autotests/kconfig_compiler/test11.kcfgc
+++ b/autotests/kconfig_compiler/test11.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
File=test11.kcfg
ClassName=Test11
Singleton=false
diff --git a/autotests/kconfig_compiler/test11a.kcfg b/autotests/kconfig_compiler/test11a.kcfg
index da027067..666c3052 100644
--- a/autotests/kconfig_compiler/test11a.kcfg
+++ b/autotests/kconfig_compiler/test11a.kcfg
@@ -102,7 +102,7 @@
<group name="QueueRates">
<entry name="queueRate$(QueueIndex)" type="IntList" key="EmptyingRate $(QueueIndex)">
- <!-- kconfig_compiler really should do this for me... -->
+ <!-- kconfig_compiler_kf5 really should do this for me... -->
<code> QList&lt; QList&lt;int&gt; &gt; defaultRate;
QList&lt; int &gt; defaultRateInit;
diff --git a/autotests/kconfig_compiler/test11a.kcfgc b/autotests/kconfig_compiler/test11a.kcfgc
index cf0b0d8d..747103d5 100644
--- a/autotests/kconfig_compiler/test11a.kcfgc
+++ b/autotests/kconfig_compiler/test11a.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
File=test11a.kcfg
ClassName=Test11a
Singleton=false
diff --git a/autotests/kconfig_compiler/test2.kcfgc b/autotests/kconfig_compiler/test2.kcfgc
index 56620d2f..47ce59eb 100644
--- a/autotests/kconfig_compiler/test2.kcfgc
+++ b/autotests/kconfig_compiler/test2.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
File=test2.kcfg
ClassName=Test2
Singleton=false
diff --git a/autotests/kconfig_compiler/test3.kcfgc b/autotests/kconfig_compiler/test3.kcfgc
index ca2c2205..f3fa3000 100644
--- a/autotests/kconfig_compiler/test3.kcfgc
+++ b/autotests/kconfig_compiler/test3.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
File=test3.kcfg
NameSpace=TestNameSpace
ClassName=Test3
diff --git a/autotests/kconfig_compiler/test3a.kcfgc b/autotests/kconfig_compiler/test3a.kcfgc
index ca849a81..3ebb58df 100644
--- a/autotests/kconfig_compiler/test3a.kcfgc
+++ b/autotests/kconfig_compiler/test3a.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
File=test3a.kcfg
NameSpace=TestNameSpace::InnerNameSpace
ClassName=Test3a
diff --git a/autotests/kconfig_compiler/test4.kcfgc b/autotests/kconfig_compiler/test4.kcfgc
index 754706df..47c1fd09 100644
--- a/autotests/kconfig_compiler/test4.kcfgc
+++ b/autotests/kconfig_compiler/test4.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
File=test4.kcfg
ClassName=Test4
Singleton=true
diff --git a/autotests/kconfig_compiler/test5.kcfgc b/autotests/kconfig_compiler/test5.kcfgc
index 663005e5..1c8f1613 100644
--- a/autotests/kconfig_compiler/test5.kcfgc
+++ b/autotests/kconfig_compiler/test5.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
File=test5.kcfg
ClassName=Test5
Singleton=true
diff --git a/autotests/kconfig_compiler/test6.kcfgc b/autotests/kconfig_compiler/test6.kcfgc
index b69dc152..3542eac0 100644
--- a/autotests/kconfig_compiler/test6.kcfgc
+++ b/autotests/kconfig_compiler/test6.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
File=test6.kcfg
ClassName=Test6
Singleton=false
diff --git a/autotests/kconfig_compiler/test7.kcfgc b/autotests/kconfig_compiler/test7.kcfgc
index 9a6c4095..0b4228cf 100644
--- a/autotests/kconfig_compiler/test7.kcfgc
+++ b/autotests/kconfig_compiler/test7.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
File=test7.kcfg
ClassName=Test7
Singleton=false
diff --git a/autotests/kconfig_compiler/test9.kcfgc b/autotests/kconfig_compiler/test9.kcfgc
index d4423338..cf416bb9 100644
--- a/autotests/kconfig_compiler/test9.kcfgc
+++ b/autotests/kconfig_compiler/test9.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
ClassName=Test9
#
# Singleton=false
diff --git a/autotests/kconfig_compiler/test_dpointer.kcfgc b/autotests/kconfig_compiler/test_dpointer.kcfgc
index 48baa376..3c45b083 100644
--- a/autotests/kconfig_compiler/test_dpointer.kcfgc
+++ b/autotests/kconfig_compiler/test_dpointer.kcfgc
@@ -1,4 +1,4 @@
-# Code generation options for kconfig_compiler
+# Code generation options for kconfig_compiler_kf5
File=test_dpointer.kcfg
ClassName=TestDPointer
Singleton=true
diff --git a/autotests/kconfig_compiler/test_signal.kcfg b/autotests/kconfig_compiler/test_signal.kcfg
index 1b2c36ec..52dfb969 100644
--- a/autotests/kconfig_compiler/test_signal.kcfg
+++ b/autotests/kconfig_compiler/test_signal.kcfg
@@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
- <kcfgfile name="kconfig_compiler_test_rc"/>
+ <kcfgfile name="kconfig_compiler_kf5_test_rc"/>
<signal name="emoticonSettingsChanged" />