From 2e384e286e5ec2f884ceab9a360f90f544554066 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:19:04 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- libtdegames/kcarddialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdegames/kcarddialog.cpp') diff --git a/libtdegames/kcarddialog.cpp b/libtdegames/kcarddialog.cpp index 542fb5f8..937eb26b 100644 --- a/libtdegames/kcarddialog.cpp +++ b/libtdegames/kcarddialog.cpp @@ -579,7 +579,7 @@ TQString KCardDialog::getRandomDeck() if (list.isEmpty()) return TQString(); - int d = KApplication::random() % list.count(); + int d = TDEApplication::random() % list.count(); return getDeckName(*list.at(d)); } @@ -591,7 +591,7 @@ TQString KCardDialog::getRandomCardDir() if (list.isEmpty()) return TQString(); - int d = KApplication::random() % list.count(); + int d = TDEApplication::random() % list.count(); TQString entry = *list.at(d); return entry.left(entry.length() - strlen("index.desktop")); } -- cgit v1.2.1