diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:29:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:29:01 -0600 |
commit | 4c899296290a7499b75b1bd88267d53d7d690ffe (patch) | |
tree | c08d380471f924338a10031b9d810d38af7c852a /krdc | |
parent | 7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351 (diff) | |
download | tdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.tar.gz tdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'krdc')
-rw-r--r-- | krdc/vnc/kvncview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/vnc/kvncview.cpp b/krdc/vnc/kvncview.cpp index 0394f2c6..531a0a35 100644 --- a/krdc/vnc/kvncview.cpp +++ b/krdc/vnc/kvncview.cpp @@ -96,7 +96,7 @@ KVncView::KVncView(TQWidget *parent, connect(m_cb, TQT_SIGNAL(selectionChanged()), this, TQT_SLOT(selectionChanged())); connect(m_cb, TQT_SIGNAL(dataChanged()), this, TQT_SLOT(clipboardChanged())); - KStandardDirs *dirs = TDEGlobal::dirs(); + TDEStandardDirs *dirs = TDEGlobal::dirs(); TQBitmap cursorBitmap(dirs->findResource("appdata", "pics/pointcursor.png")); TQBitmap cursorMask(dirs->findResource("appdata", |