From 8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:02 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- tdecore/tests/kmemtest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/tests/kmemtest.cpp') diff --git a/tdecore/tests/kmemtest.cpp b/tdecore/tests/kmemtest.cpp index 83c452e50..0a2a1bdb8 100644 --- a/tdecore/tests/kmemtest.cpp +++ b/tdecore/tests/kmemtest.cpp @@ -235,9 +235,9 @@ int main(int argc, char *argv[]) } // showMem("second"); - KApplication app(argc,argv,"kurltest"); + TDEApplication app(argc,argv,"kurltest"); -// showMem("After KApplication constructor"); +// showMem("After TDEApplication constructor"); // malloc(10*1024); -- cgit v1.2.3