diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:32 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:32 -0600 |
| commit | b6d9d4f185eb0840056bbdeedb3d580c41667fee (patch) | |
| tree | 27d6e0f04137c7bc75b589100a56e5650aa83394 /plugin/simplestyle.cpp | |
| parent | 8edde78bc15e0282e782d63fb23f85a8443c570f (diff) | |
| download | qt4-tqt-theme-engine-b6d9d4f185eb0840056bbdeedb3d580c41667fee.tar.gz qt4-tqt-theme-engine-b6d9d4f185eb0840056bbdeedb3d580c41667fee.zip | |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'plugin/simplestyle.cpp')
| -rw-r--r-- | plugin/simplestyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
