summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/kglobal.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-31 13:24:50 -0600
committerTimothy Pearson <[email protected]>2013-01-31 13:24:50 -0600
commitebcececd59218997957afe1ef40f9514d22db99e (patch)
treeb75d8f134e7929423ef1756d6e8cdf7652b073aa /sip/tdecore/kglobal.sip
parentb95264b186176ccc1cfcfa6f9a25b3a05bac293b (diff)
downloadpytde-ebcececd59218997957afe1ef40f9514d22db99e.tar.gz
pytde-ebcececd59218997957afe1ef40f9514d22db99e.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'sip/tdecore/kglobal.sip')
-rw-r--r--sip/tdecore/kglobal.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdecore/kglobal.sip b/sip/tdecore/kglobal.sip
index 59515a3..97be5df 100644
--- a/sip/tdecore/kglobal.sip
+++ b/sip/tdecore/kglobal.sip
@@ -33,7 +33,7 @@ class TDEGlobal
public:
static TDEInstance* instance ();
- static KStandardDirs* dirs ();
+ static TDEStandardDirs* dirs ();
static TDEConfig* config ();
%If ( KDE_3_2_0 - )