summaryrefslogtreecommitdiffstats
path: root/krename/coorddialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:59:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:59:12 -0600
commit85fc36f10e6783e83cfa05c3061e9e80a8387dcb (patch)
tree6dec17ff938d387e1e8ea342f2de1f39166e87e2 /krename/coorddialog.cpp
parenta152c5c6deba587e630f1d5e954365a69fc9ffbb (diff)
downloadkrename-85fc36f10e6783e83cfa05c3061e9e80a8387dcb.tar.gz
krename-85fc36f10e6783e83cfa05c3061e9e80a8387dcb.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'krename/coorddialog.cpp')
-rw-r--r--krename/coorddialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/coorddialog.cpp b/krename/coorddialog.cpp
index ed7e412..cd1042f 100644
--- a/krename/coorddialog.cpp
+++ b/krename/coorddialog.cpp
@@ -80,7 +80,7 @@ CoordDialog::CoordDialog( const TQString & file, TQWidget *_parent, const char *
int w = fm.width( file );
if( w > width() )
resize(
- ( w < KApplication::desktop()->width() - 40 ? w + 40 : KApplication::desktop()->width() ), height() );
+ ( w < TDEApplication::desktop()->width() - 40 ? w + 40 : TDEApplication::desktop()->width() ), height() );
}
CoordDialog::~CoordDialog()