summaryrefslogtreecommitdiffstats
path: root/tdecore/tdeconfig_compiler/tests/test3main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 13:07:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-13 21:51:57 +0900
commitcfe383b0628d5e8b642e5df2e261b258b7c19103 (patch)
tree63a2b50a5544818432ff7d2d5a28b37b60f6398b /tdecore/tdeconfig_compiler/tests/test3main.cpp
parent351e6ce3b2757c57071ab33fdde2afe265c048af (diff)
downloadtdelibs-cfe383b0628d5e8b642e5df2e261b258b7c19103.tar.gz
tdelibs-cfe383b0628d5e8b642e5df2e261b258b7c19103.zip
Rename kinstance.{h,cpp} to tdeinstance.{h,cpp}.
A dummy kinstance.h has been temporarily added to keep other apps building while the replacement is completed across all TDE code base. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdeconfig_compiler/tests/test3main.cpp')
-rw-r--r--tdecore/tdeconfig_compiler/tests/test3main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdeconfig_compiler/tests/test3main.cpp b/tdecore/tdeconfig_compiler/tests/test3main.cpp
index f73ae38e3..262301b8b 100644
--- a/tdecore/tdeconfig_compiler/tests/test3main.cpp
+++ b/tdecore/tdeconfig_compiler/tests/test3main.cpp
@@ -19,7 +19,7 @@ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "test3.h"
-#include "kinstance.h"
+#include "tdeinstance.h"
int main( int, char*[] )
{