diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:15:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:15:21 -0600 |
commit | b036ec2e851499cf087de0f7cca3372344723dc0 (patch) | |
tree | 8fc4a90e57cc996b93a6c7183667f747ff9d0415 /src | |
parent | 0150d31bbdd229bb1134a3919a6d8193fe284140 (diff) | |
download | basket-b036ec2e851499cf087de0f7cca3372344723dc0.tar.gz basket-b036ec2e851499cf087de0f7cca3372344723dc0.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/bnpview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bnpview.cpp b/src/bnpview.cpp index 991c445..1862bfa 100644 --- a/src/bnpview.cpp +++ b/src/bnpview.cpp @@ -1533,7 +1533,7 @@ TQPopupMenu* BNPView::popupMenu(const TQString &menuName) if (menu == 0) { if(!hack) { - KStandardDirs stdDirs; + TDEStandardDirs stdDirs; KMessageBox::error( this, i18n( "<p><b>The file basketui.rc seems to not exist or is too old.<br>" "%1 cannot run without it and will stop.</b></p>" |