diff mainwindow.cpp @ 96:87ef2fa9ee8b

* Rename HgExpWidget to HgTabWidget
author Chris Cannam
date Wed, 24 Nov 2010 16:40:57 +0000
parents d1be9712818a
children 05203e53b92a
line wrap: on
line diff
--- a/mainwindow.cpp	Wed Nov 24 16:29:05 2010 +0000
+++ b/mainwindow.cpp	Wed Nov 24 16:40:57 2010 +0000
@@ -67,7 +67,7 @@
 
     tabPage = 0;
     justMerged = false;
-    hgExp = new HgExpWidget((QWidget *) this, remoteRepoPath, workFolderPath);
+    hgExp = new HgTabWidget((QWidget *) this, remoteRepoPath, workFolderPath);
     setCentralWidget(hgExp);
 
     connect(hgExp, SIGNAL(selectionChanged()),