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 --- tdeui/tests/krulertest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeui/tests/krulertest.cpp') diff --git a/tdeui/tests/krulertest.cpp b/tdeui/tests/krulertest.cpp index 2f16605d9..f227301b9 100644 --- a/tdeui/tests/krulertest.cpp +++ b/tdeui/tests/krulertest.cpp @@ -358,10 +358,10 @@ KRulerTest::slotSetYTrans(double d) /* --- MAIN -----------------------*/ int main(int argc, char **argv) { - KApplication *testapp; + TDEApplication *testapp; KRulerTest *window; - testapp = new KApplication(argc, argv,"krulertest"); + testapp = new TDEApplication(argc, argv,"krulertest"); testapp->setFont(TQFont("Helvetica",12),true); window = new KRulerTest("main"); -- cgit v1.2.1