From 5b8ab149469c8e186ee8b05d90c0103ae722dd85 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:23:24 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kexi/tests/newapi/main.cpp | 2 +- kexi/tests/tableview/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kexi/tests') diff --git a/kexi/tests/newapi/main.cpp b/kexi/tests/newapi/main.cpp index 95e2c0b3..fce63501 100644 --- a/kexi/tests/newapi/main.cpp +++ b/kexi/tests/newapi/main.cpp @@ -159,7 +159,7 @@ int main(int argc, char** argv) if (gui) { app = new TDEApplication(true, true); instance = app; - KGlobal::iconLoader()->addAppDir("kexi"); + TDEGlobal::iconLoader()->addAppDir("kexi"); } else { instance = new TDEInstance(prgname); diff --git a/kexi/tests/tableview/main.cpp b/kexi/tests/tableview/main.cpp index 88121b57..9e9b87c5 100644 --- a/kexi/tests/tableview/main.cpp +++ b/kexi/tests/tableview/main.cpp @@ -32,7 +32,7 @@ int main(int argc, char* argv[]) { TDEApplication app(argc, argv, "tv_test"); - KGlobal::iconLoader()->addAppDir("kexi"); + TDEGlobal::iconLoader()->addAppDir("kexi"); KexiTableView tv; -- cgit v1.2.1