From b6d9d4f185eb0840056bbdeedb3d580c41667fee Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:32 -0600 Subject: [PATCH] Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- plugin/simplestyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/simplestyle.cpp b/plugin/simplestyle.cpp index a77ec37..84146d2 100644 --- a/plugin/simplestyle.cpp +++ b/plugin/simplestyle.cpp @@ -163,7 +163,7 @@ Qt4TDEStyle::Qt4TDEStyle() : m_aboutData(NULL), m_tqApplication(NULL), m_tdeAppl "TDE Qt4 theme engine", KAboutData::License_GPL, "(c) 2012, Timothy Pearson", "message goes here", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net"); - KCmdLineArgs::init(argc, argv, m_aboutData); + TDECmdLineArgs::init(argc, argv, m_aboutData); // Qt4 can be SO STUPID sometimes...why can't I get the X11 display directly from qApp?!?!?? QWidget myhackedwidget;