diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:53:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:53:59 -0600 |
commit | 13c7c96214340d002f801f6c2a66c29529689b54 (patch) | |
tree | e3dccf332a09bef58ac4d7f0e4e417b31c229f1a /src/k3b.h | |
parent | 00949e960fd4e243dc958be5130e0d1cd92a52ff (diff) | |
download | k3b-13c7c96214340d002f801f6c2a66c29529689b54.tar.gz k3b-13c7c96214340d002f801f6c2a66c29529689b54.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/k3b.h')
-rw-r--r-- | src/k3b.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ class K3bMainWindow : public KParts::DockMainWindow virtual bool queryExit(); /** saves the window properties for each open window during session end to the session config file, including saving the currently - * opened file by a temporary filename provided by KApplication. + * opened file by a temporary filename provided by TDEApplication. * @see KTMainWindow#saveProperties */ virtual void saveProperties(KConfig *_cfg); |