diff options
Diffstat (limited to 'src/k3bdiskinfoview.cpp')
-rw-r--r-- | src/k3bdiskinfoview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3bdiskinfoview.cpp b/src/k3bdiskinfoview.cpp index 1f3e68f..a2a5e0e 100644 --- a/src/k3bdiskinfoview.cpp +++ b/src/k3bdiskinfoview.cpp @@ -42,7 +42,7 @@ #include <tdelocale.h> #include <tdelistview.h> #include <kiconloader.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> #include <tdeio/global.h> @@ -109,7 +109,7 @@ public: newWidth += listView()->columnWidth( i ); } - // TODO: find a way to get the TRUE new width after resizing + // TODO: find a way to get the true new width after resizing // TQRect r = p->clipRegion().boundingRect(); // r.setWidth( newWidth ); |