summaryrefslogtreecommitdiffstats
path: root/src/app/testvtabwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:25 -0600
commit4ff6dfc573c9413a887afd35ec2d6825e60067bc (patch)
tree6941953c2c61cbf7ba41bf1286caa34e6b880b38 /src/app/testvtabwidget.cpp
parent2138755a6d3541c379814d61eeaf80804051ed03 (diff)
downloadgwenview-4ff6dfc573c9413a887afd35ec2d6825e60067bc.tar.gz
gwenview-4ff6dfc573c9413a887afd35ec2d6825e60067bc.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/app/testvtabwidget.cpp')
-rw-r--r--src/app/testvtabwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/testvtabwidget.cpp b/src/app/testvtabwidget.cpp
index 9491280..a607b55 100644
--- a/src/app/testvtabwidget.cpp
+++ b/src/app/testvtabwidget.cpp
@@ -33,7 +33,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
int main(int argc, char* argv[]) {
KAboutData aboutData("testvtabwidget", "testvtabwidget", "0");
- KCmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
KApplication app;
Gwenview::VTabWidget tabWidget(0);