diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:53:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:53:44 -0600 |
commit | 4d3c1787513cb6c17f4e087bcf5e25b801731d94 (patch) | |
tree | e82c7e7e03f7c760013daa37a4bc3c5129a39b84 /src/app/testvtabwidget.cpp | |
parent | 4ff6dfc573c9413a887afd35ec2d6825e60067bc (diff) | |
download | gwenview-4d3c1787513cb6c17f4e087bcf5e25b801731d94.tar.gz gwenview-4d3c1787513cb6c17f4e087bcf5e25b801731d94.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/app/testvtabwidget.cpp')
-rw-r--r-- | src/app/testvtabwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/testvtabwidget.cpp b/src/app/testvtabwidget.cpp index a607b55..1047527 100644 --- a/src/app/testvtabwidget.cpp +++ b/src/app/testvtabwidget.cpp @@ -34,7 +34,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. int main(int argc, char* argv[]) { KAboutData aboutData("testvtabwidget", "testvtabwidget", "0"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app; + TDEApplication app; Gwenview::VTabWidget tabWidget(0); TQLabel* lbl=new TQLabel("label 1", &tabWidget); |