diff options
Diffstat (limited to 'examples/dirview')
-rw-r--r-- | examples/dirview/dirview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dirview/dirview.cpp b/examples/dirview/dirview.cpp index 0e12751ea..7bd26d3f5 100644 --- a/examples/dirview/dirview.cpp +++ b/examples/dirview/dirview.cpp @@ -440,7 +440,7 @@ TQString DirectoryView::fullPath(TQListViewItem* item) else fullpath = item->text(0) + fullpath; } -#ifdef Q_WS_WIN +#ifdef TQ_WS_WIN if (fullpath.length() > 2 && fullpath[1] != ':') { TQDir dir(fullpath); fullpath = dir.currentDirPath().left(2) + fullpath; |